home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 19.zip / BS1 part 19 / pageflipper plus FX d1.adf / Text / dura < prev    next >
Text File  |  1987-05-15  |  872b  |  27 lines

  1. DURA ( < number of ticks > )
  2.  
  3. DURA  stands for  DURAtion of one frame.
  4.  
  5. The basic unit of timing for NTSC video is 1/60th second,
  6. and for PAL video it is 1/50th second. This unit we call
  7. a "jiffy".
  8.  
  9. The duration statement (DURA) within Global Variables
  10. (GLOV) in the initialization (INIT) section tells PFX how
  11. many "jiffies" to hold each frame in the sequence before
  12. displaying the next one.
  13.  
  14. To hold a frame for a time periods longer than specified
  15. within the duration statement, it is necessary to put the 
  16. frame in a loop, with a counter equal to the number of
  17. "durations" the frame is to be held.
  18.  
  19.  
  20. The default duration is four "jiffies", which would give
  21. 15 frames/sec. for NTSC video, and 12.5 frames/sec for PAL
  22. video. This would give you smooth animation, depending on
  23. the construction of your images.
  24.  
  25. Refer to the Tutorials in the Manual for more information.
  26.  
  27.